home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / kiss-0.11 / kiss-0 / kiss / kiss.README < prev   
Text File  |  1995-04-19  |  3KB  |  51 lines

  1.  
  2.                     K I S S
  3.  
  4. This is the generic README file for Kiss: Karel's Interactive Simple Shell (or
  5. Incredibly Stupid Shell, if you like). I wrote Kiss as a replacement of David
  6. I. Bell's "sash" (Stand-Alone Shell), which I used in my Search-And-Rescue
  7. package to create bootable rescue disks. I found that Sash lacked features
  8. which I absolutely needed: piping, command substitution and such. So here's
  9. Kiss.
  10.  
  11. Kiss is basically a simple shell interpreter, like Bash or Tcsh, except that
  12. it lacks a good deal of the sophistication of a good shell. E.g. you'll find
  13. that Kiss sometimes doesn't parse its input the way you want it, or that
  14. programs aren't started correctly. So beware. However, most times Kiss will do
  15. what you intend it to do. What Kiss does have over Bash or Tcsh, is a good
  16. deal of built-in programs. E.g. "ls" or "mount" are built-ins, which means
  17. that Kiss is ideal as a shell interpreter on rescue disks. Just create a
  18. bootable disk, put Kiss on it as your login shell interpreter, and you're all
  19. set. No need to put "ls", "cat", "more" or other programs on the disk. Which
  20. means that you can put other important files on the rescue diskette.
  21.  
  22. For those who are interested in the workings of Kiss, read the files
  23. technotes.txt and so on. For the usage of Kiss, read userguide.txt. The text
  24. files are contained int the subdirectory doc/. The binary versions of Kiss in
  25. this archive are: src/bkiss, src/gkiss and src/rkiss. The first is a `bare'
  26. version, lacking line editing (but yielding a smaller executable). The second
  27. has getline support, offering command line editing. The last one was linked
  28. with GNU's Readline support: it has line editing and filename completion like,
  29. e.g., bash, but is bigger.
  30.  
  31. I am always interested in feedback! Keep in mind that Kiss is meant as a
  32. rescue disk shell interpreter, so don't expect too much functionality. Though
  33. if you think that relevant programs for a rescue disk should be in Kiss, write
  34. me.
  35.  
  36.     "Kiss is distributed without charge. As with everything that's free,
  37.     there's no warranty. If you like Kiss, tell your friends about it. If you
  38.     _really_ like Kiss, send me a postcard from a far-away place. If you don't
  39.     like it, tough."
  40.  
  41. Oh, one more thing. I am distributing Kiss under the GPL `copyleft'
  42. conditions. See the file COPYING. However, if you have changes / improvements
  43. / bug fixes, don't hack the sources to re-distribute your version. Rather mail
  44. your submissions to me.  I'd like to have the latest version of Kiss too!
  45.  
  46.                     Karel Kubat
  47.                     e-mail: karel@icce.rug.nl
  48.                     Westerhaven 16
  49.                     9718 AW  Groningen
  50.                     The Netherlands
  51.